home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / language / sapporo / readme.ftp < prev    next >
Text File  |  1994-10-24  |  3KB  |  78 lines

  1. Installation of the SAPPORO prototype system
  2. ============================================
  3.    
  4.    
  5. Most files are tared and compressed into archives called *.tar.Z which you find on tape or in a FTP directory. 
  6.  
  7. 1) Copy all files in "/pub/sapporo" to your destination directory.
  8.  
  9. 2) uncompress all .Z and .tar files
  10.  
  11. 3) untar all .tar files
  12.  
  13. 4) Be sure to have the execution bits set on "sapporo-nov-92"
  14.  
  15. 5) Execute "sapporo-nov-92".
  16.    From now on we assume that the current directory which "sapporo-nov-92",
  17.    "lib/" and "databases/" reside in is called <current-dir> and that
  18.    the host on which the display should appear is called <display-host>.
  19.    Note that you need X running on the <display-host> but not necessarily
  20.    on the host who execute the sapporo image.
  21.    
  22. 6) At the cl> prompt input the following lines
  23.    cl> (excl::generate-library-pathnames "<current-dir>/")
  24.  
  25.    cl> (setf *package* 'sapporo)
  26.  
  27.    cl> (setf *default-database-directory* "<current-dir>/databases/")
  28.    
  29.    cl> (setf *default-topology-dir* "<current-dir>/topologies/")
  30.    
  31.    cl> (reset-sapporo "<display-host>")
  32.    
  33.    After these commands SAPPORO starts to bring up its window on 
  34.    <display-host>.
  35.    From now on you can follow the instructions described in the 
  36.    Sapporo User's Manual.
  37.    
  38.  
  39. 7) The following files are available:
  40.  
  41.     README.ftp            this file.
  42.     README.tape         this file if youre installing Sapporo via tape
  43.     bonsai.tar.Z        A NeXT program for digitizing maps and the
  44.                         generation of Sapporo compatible databases
  45.     bonsaiSource.tar.Z    the source for bonsai
  46.     databases.tar.Z        example databases (FZI CLOS-database)
  47.     lib.tar.Z            some libraries of the Allegro environment
  48.     sapporo-nov-92.Z    the last public release of Sapporo as
  49.                         Allegro CL file image (very large!!!)
  50.     src.tar.Z            all sources for Sapporo
  51.     topologies.tar.Z    the topology database (persistent objects)
  52.  
  53.        ar92.ps.Z            Annual Report of the Sapporo Project 1992,
  54.                         ca. 172 pages
  55.        sr.ps.Z                Software Reference Manual, ca. 65 pages
  56.        um92.ps.Z            User's Manual Sapporo, ca. 65 pages
  57.        FR92.ps.Z            Final Report of the Sapporo Project 1992, ca. 58 pages
  58.  
  59. 8) The system definition file for the SAPPORO system resides in the "src"
  60.    directory and is called "sapporo-all-system.lisp". If you wish to 
  61.    recompile some files or make any changes to the system be aware of
  62.    the modification of the file paths in this file!
  63.    The same comments apply also to the system definition file of the 
  64.    clos-database subsystem which is defined in 
  65.    "src/clos-database/clos-database-system.lisp".
  66.    
  67.    
  68. ===============================================
  69. Bernd Wild                                       
  70. Forschungszentrum Informatik FZI
  71. Dept. Technical Expert Systems and Robotics
  72. Haid-und-Neu-Strasse 10-14
  73. D-7500 Karlsruhe GERMANY 
  74. Tel:   +49-721-9654-310
  75. Fax:   +49-721-9654-309
  76. email: bwild@fzi.de
  77. ===============================================
  78.